home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue47 / OOPRules / Main.dfm / Main.txt
Encoding:
Text File  |  1999-05-30  |  948 b   |  53 lines

  1. object FormMain: TFormMain
  2.   Left = 180
  3.   Top = 127
  4.   Width = 384
  5.   Height = 253
  6.   Caption = 'FormMain'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 120
  19.     Top = 80
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Button1'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 208
  28.     Top = 80
  29.     Width = 121
  30.     Height = 21
  31.     TabOrder = 1
  32.     Text = 'Edit1'
  33.   end
  34.   object Button2: TButton
  35.     Left = 120
  36.     Top = 112
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Button2'
  40.     TabOrder = 2
  41.     OnClick = Button2Click
  42.   end
  43.   object Button3: TButton
  44.     Left = 120
  45.     Top = 144
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Button3'
  49.     TabOrder = 3
  50.     OnClick = Button3Click
  51.   end
  52. end
  53.